Skip to content

feat: Added support for Vertex AI for LLM Extraction Strategy#1650

Closed
KennyStryker wants to merge 2 commits intounclecode:mainfrom
KennyStryker:main
Closed

feat: Added support for Vertex AI for LLM Extraction Strategy#1650
KennyStryker wants to merge 2 commits intounclecode:mainfrom
KennyStryker:main

Conversation

@KennyStryker
Copy link
Copy Markdown

Summary

Fixes #112 - Added support for Vertex AI for LLM Extraction Strategy

List of files changed and why

  • crawl4ai/async_configs.py - Added configuration to load creds for Vertex AI.
  • crawl4ai/config.py - Added map for vextex ai and its creds.
  • crawl4ai/extraction_strategy.py - Merge llm extra kwargs with main extra kwargs.
  • deploy/docker/c4ai-code-context.md - Documentation update

How Has This Been Tested?

Manually verfied the results.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added/updated unit tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@unclecode
Copy link
Copy Markdown
Owner

Hi, thanks for your contribution! We're closing this PR as the codebase has changed significantly since it was opened and it now has merge conflicts with the current develop branch. If you'd like to re-submit against current develop, we'd be happy to review a fresh PR. Thanks for your effort!

@unclecode unclecode closed this Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Google Vertex AI (i.e. Gemini) in PROVIDER_MODELS of config.py

2 participants